Revert "Backup Support for SQL Server in Azure VM"#8499
Revert "Backup Support for SQL Server in Azure VM"#8499vladimir-shcherbakov merged 1 commit intomasterfrom
Conversation
|
Need updates to the cmdlets - specifically we cannot release 'preview Also, some of the newly unskipped tests are failing on some platforms |
|
From preview, I meant, this won't be the final release for this workload. Some additions and client side validation are to be made after updating the SDK version. |
| } | ||
|
|
||
| #if NETSTANDARD | ||
| [Fact(Skip = "Needs investigation, TestManagementClientHelper class wasn't initialized with the ResourceManagementClient client.")] |
There was a problem hiding this comment.
The test that is failing for a particular platform was marked to be skipped in a PR by @MiYanni (https://github.com/Azure/azure-powershell/pull/7497/files#diff-5ac3bb75515258487eb34f862e7890dd) which I removed in this PR. Moreover, it looks like a platform issue which was solved later in dotnet core 2.1 (https://stackoverflow.com/questions/48719442/dotnet-core-2-0-on-macos-gets-libcurl-and-ssl-error-triggered-by-httpclient-when)
There was a problem hiding this comment.
@markcowl We should discuss running tests as netcore 2.1 instead of 2.0, sooner rather than later. I'm sure there are other fixes like this one above.
|
@siddharth7 We can't merge the PR until the |
|
#8529 |
vladimir-shcherbakov
left a comment
There was a problem hiding this comment.
merging to complete the revert process
Reverts #8349